fix(aur): rename source package mcpp -> mcpp-m (extra/mcpp clash)#172
Merged
Conversation
The AUR rejected publishing a package named `mcpp`:
remote: error: package already provided by [extra]: mcpp
`extra/mcpp` is Matsui's C preprocessor (an unrelated official package that
owns /usr/bin/mcpp). AUR forbids reusing an official-repo pkgname/provides,
so the from-source package is now `mcpp-m`.
- Rename scripts/aur/mcpp -> scripts/aur/mcpp-m (pkgname=mcpp-m).
- mcpp-bin: drop the bogus provides=('mcpp') (that name is the preprocessor),
set conflicts=('mcpp-m' 'mcpp') — both ship /usr/bin/mcpp so they conflict
with the preprocessor and with each other.
- mcpp-m: conflicts=('mcpp-bin' 'mcpp').
- update.sh / aur-publish.yml / README updated for the new name + rationale.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AUR rejected publishing
mcpp:package already provided by [extra]: mcpp—extra/mcppis Matsui's C preprocessor (owns/usr/bin/mcpp). AUR forbids reusing an official pkgname/provides. Renames the from-source package tomcpp-m, drops the bogusprovides=('mcpp')frommcpp-bin, and setsconflicts=('mcpp')on both (they ship/usr/bin/mcpp).mcpp-binis already live on the AUR; re-publish will push the corrected metadata + createmcpp-m.